const time.absoluteYears
4 uses
time (current package)
time.go#L550: absoluteYears = 292277022400
time.go#L557: absoluteToInternal int64 = -(absoluteYears*365.2425 + marchThruDecember) * secondsPerDay
time.go#L607: y := uint64(year) - uint64(janFeb) + absoluteYears
time.go#L737: return int(uint64(century)*100-absoluteYears) + int(cyear) + int(janFeb)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |